home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-17 / in2_as.zip / README.DOC < prev   
Text File  |  1992-09-19  |  3KB  |  117 lines

  1. This is the first relase of the IN-2000 ASPI manager.  Copy the file
  2. ASPIDRVR.SYS to your boot disk and add the following line to your
  3. config.sys file:
  4.  
  5.   DEVICE=d:\path\ASPIDRVR.SYS
  6.     
  7.   where d:\path\ is the drive and directory that you copied the 
  8.   ASPI driver to.
  9.  
  10. Currently there are no parameters on the "DEVICE=" line.
  11.  
  12.  
  13.  
  14.  
  15.  
  16. NOTES:
  17. ====== 
  18.  
  19. If you are using an IN-2000 without any hard drives attached, you
  20. will get a message: "Always Int13 handler not loaded".  This is not a
  21. problem, since the Int 13 handler is used only to handle disk
  22. requests for DOS.  If an IN-2000 is being used without a hard drive
  23. (i.e for tape), the BIOS need not be enabled.  The ASPI driver will
  24. find the adapter without the BIOS being enabled.  ASPI will support
  25. multiple IN-200s in the system (up to four).
  26.  
  27. ASPI requires interrupts from the board be enabled.  This is a
  28. conflict with the DOS 5.0 support which is enabled with switches
  29. 5-6-7 all on.  This is only a problem if you are using more than two
  30. hard drives under DOS.  A new BIOS (VCN: 1-03) is planned to
  31. eliminate this conflict.
  32.  
  33. Always load disk caching software (SMARTDRV, NCACHE, PC-KWICK, etc)
  34. AFTER the ASPI driver.  Most of these packages work by hooking the
  35. disk interface interrupt (interrupt 13h), which is replaced by the
  36. ASPI driver.
  37.  
  38. Once the ASPI driver is loaded, you MUST NOT use any apllications
  39. which use the older IN-2000 SCSI Shell interface.  Such applications
  40. include: Always CD-ROM driver, Ver 0.8 and earlier; NovaStor's
  41. NovaBack IN-2000 drivers; and the Always supplied Sytos Plus tape
  42. drivers.  Also, do not use the BIOS diagnostic or low-level format
  43. functions (from debug) while the ASPI driver is loaded.  Both
  44. NovaBack and Sytos Plus are shipped with ASPI compatable drivers.
  45.  
  46. There will be a new release of the CD-ROM driver in the near future,
  47. which will run with ASPI.  The drivers supplied by Sytron have been
  48. tested and work with this version of the ASPI driver.  The Corel
  49. applications for CD-ROM, tape, and removable media hav been tested
  50. with the IN-2000 ASPI.
  51.  
  52. The ASPI driver requires Hardware version 2.7 (labeled on the 8-pin
  53. SPROM on the board) on the IN-2000 SCSI adapter.  If an IN-2000 in
  54. your system has an SPROM version other than 2.7, the driver will
  55. print a message, and ignore the adapter.
  56.  
  57.  
  58.  
  59.  
  60. Software Products tested with IN-2000 ASPI:
  61. ===========================================
  62.  
  63. Corel's SCSI CD-ROM, tape, WORM, etc. drivers.
  64.  
  65. Gazelle's Back-It (DOS version)
  66.  
  67. Sytron's Sytos Plus distributed drivers.
  68.  
  69. IOMega's OAD drivers for Bernoulli drives
  70.  
  71. InSite Peripherals floptical driver
  72.  
  73. Fortunet's NSURE backup utility
  74.  
  75.  
  76. Revision History:
  77. =================
  78.  
  79.  
  80. VCN: 461-9
  81. ----------
  82. Fixed a probelm working with SMARTDRV's lazy write
  83.  
  84. Change version numbering scheme
  85.  
  86.  
  87.  
  88. Ver 0.9
  89. --------
  90. Fixed cold boot problem
  91.  
  92.  
  93. Ver 0.8
  94. --------
  95. Corrected hanging problems, usually exhibited by SyTos Plus.
  96.  
  97. Increased startup delay, to help some drives which had problems,
  98. recover from the initial SCSI bus reset.
  99.  
  100.  
  101. ver 0.7
  102. -------- 
  103. Corrected boot time problem which would report "Bad or missing..."
  104. files in your config.sys.
  105.  
  106. Improved SCSI transfer rate.
  107.  
  108.  
  109. ver 0.6 
  110. --------
  111. Corrected problem with Memory managers and smartdrv.exe.
  112.  
  113.  
  114. ver 0.5d
  115. --------
  116. Corrected problem working with Insight floptical driver.
  117.